Search
NodeListView.addNodes Method (DiagramNode[], String[])
See Also
 

Adds the specified nodes to the end of the list box.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void addNodes (
    DiagramNode[] nodes,
    String[] labels
)

 Parameters

nodes

The array of nodes to add.

labels

The array of texts to be displayed for the nodes.

 See Also